func net/http.http2encKV
11 uses
net/http (current package)
h2_bundle.go#L10654: func http2encKV(enc *hpack.Encoder, k, v string) {
h2_bundle.go#L10677: http2encKV(enc, ":status", http2httpCodeString(w.httpResCode))
h2_bundle.go#L10683: http2encKV(enc, "content-type", w.contentType)
h2_bundle.go#L10686: http2encKV(enc, "content-length", w.contentLength)
h2_bundle.go#L10689: http2encKV(enc, "date", w.date)
h2_bundle.go#L10735: http2encKV(enc, ":method", w.method)
h2_bundle.go#L10736: http2encKV(enc, ":scheme", w.url.Scheme)
h2_bundle.go#L10737: http2encKV(enc, ":authority", w.url.Host)
h2_bundle.go#L10738: http2encKV(enc, ":path", w.url.RequestURI())
h2_bundle.go#L10769: http2encKV(enc, ":status", "100")
h2_bundle.go#L10830: http2encKV(enc, k, v)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |